home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMSPELLEROPTIONS / TFRMSPELLEROPTIONS.txt
Text File  |  2008-08-19  |  1KB  |  62 lines

  1. object FrmSpellerOptions: TFrmSpellerOptions
  2.   Left = 289
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spelling Options'
  6.   ClientHeight = 321
  7.   ClientWidth = 404
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object JvLinkLabel1: TJvLinkLabel
  22.     Left = 9
  23.     Top = 300
  24.     Width = 164
  25.     Height = 13
  26.     OnLinkClick = JvLinkLabel1LinkClick
  27.     Caption = '<link>Download additional dictionaries</link>'
  28.     Text.Strings = (
  29.       '<link>Download additional dictionaries</link>')
  30.     Transparent = False
  31.     LinkColor = clBlue
  32.     LinkColorClicked = clRed
  33.     LinkColorHot = clPurple
  34.     LinkStyle = [fsUnderline]
  35.     HotLinks = False
  36.     AutoHeight = True
  37.     MarginWidth = 0
  38.     MarginHeight = 0
  39.   end
  40.   object Button1: TButton
  41.     Left = 327
  42.     Top = 12
  43.     Width = 70
  44.     Height = 23
  45.     Caption = '&OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 0
  49.   end
  50.   object Button2: TButton
  51.     Left = 327
  52.     Top = 39
  53.     Width = 70
  54.     Height = 23
  55.     Cancel = True
  56.     Caption = '&Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 1
  59.     OnClick = Button2Click
  60.   end
  61. end
  62.